Import('env')
Import('options')
env = env.Copy()
env.Append(CPPPATH='../string')
env.Library(target='#$BUILD_DIR/lib/blender_string', source=['intern/STR_String.cpp'])
